home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / MosquitoBlaster.swf / scripts / DefineButton2_61 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2005-08-05  |  95 b   |  8 lines

  1. on(press){
  2.    tellTarget("/shooter")
  3.    {
  4.       gotoAndStop("go");
  5.       play();
  6.    }
  7. }
  8.